Don't allow nightly runs to fail
authorFelix Krull <f_krull@gmx.de>
Tue, 21 May 2019 20:58:56 +0000 (22:58 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/.gitlab-ci.yml

index cee4c35c48a37f1f7576235a19e3c3e496a6c678..e4195d001b662aefb8b83e62f23dab6f9ec86273 100644 (file)
@@ -23,7 +23,6 @@ ostree-sys_nightly:
   image: rustlang/rust:nightly
   script:
   - cargo test --verbose --manifest-path sys/Cargo.toml --features "v2018_9" #--all-features
-  allow_failure: true
 
 publish_ostree-sys:
   stage: publish
@@ -42,7 +41,6 @@ ostree_nightly:
   image: rustlang/rust:nightly
   script:
   - cargo test --verbose --features "v2018_9" #--all-features
-  allow_failure: true
 
 publish_ostree:
   stage: publish